GetBrowserCommandLineResponse

data class GetBrowserCommandLineResponse(arguments: List<String>)

Represents response frame that is returned from Browser#getBrowserCommandLine operation call. Returns the command line switches for the browser process if, and only if --enable-automation is on the commandline.

See also

Constructors

GetBrowserCommandLineResponse
Link copied to clipboard
fun GetBrowserCommandLineResponse(arguments: List<String>)

Properties

arguments
Link copied to clipboard
val arguments: List<String>
Commandline parameters

Sources

jvm source
Link copied to clipboard